• Sand, Sun and Partner Fun

    Updated: 2012-05-31 19:30:32
    Last Memorial Day weekend marked the unofficial start of summer and a time to remember those who fight for our freedom each day. It was a weekend complete with BBQ’s, beach time, and of course plenty of sunshine. Here at OPN, the start of summer marks an exciting time no doubt; a time where we finalize and fine tune... [Read More]

  • Working with Windows and Unix

    Updated: 2012-05-31 19:00:52
    Beware the new line characters One of the most frequent issues we encounter in Tech Support is the corruption of files that are transferred between Windows and Unix. nbsp; The transfer can occur at any stage, but ultimately involves a transfer of a file using an ftp client that is running on Windows; it... [Read More]

  • Oracle is sponsoring LinuxCon Japan 2012

    Updated: 2012-05-31 16:52:52
    LinuxCon Japan is the premiere Linux conference in Asia that brings together a unique blend of core developers, administrators, users, community managers and industry experts. It is designed not only to encourage collaboration but to support future interaction between Japan and other Asia Pacific countries and the rest... [Read More]

  • The Use-Case Driven Approach to Change Management

    Updated: 2012-05-31 16:37:42
    In the third entry of the series on OUM and PMI’s Pulse of the Profession, we took a look at the continued importance of change management and risk management. The topic of change management and OUM’s use-case driven approach has come up in few recent conversations. So I thought I would jot down a few thoughts on how... [Read More]

  • The Application Architecture Domain

    Updated: 2012-05-31 15:43:05
    I have been spending a lot of time thinking about Application Architecture in the context of EA. More specifically, as an Enterprise Architect, what do I need to consider when looking at/defining/designing the Application Architecture Domain?There are several definitions of Application Architecture. TOGAF says “The... [Read More]

  • ArchBeat Link-o-Rama for 2012-05-31

    Updated: 2012-05-31 14:34:47
    Eclipse DemoCamp - June 2012 - Redwood Shores, CA wiki.eclipse.org Oracle HQ 10 Twin Dolphin Dr. Redwood Shores, CA Presentations: The evolution of Java persistence, Doug Clarke, EclipseLink Project Lead, Oracle Eclipse Project Sapphire, Konstantin Komissarchik, Sapphire... [Read More]

  • Gemalto Mobile Payment Platform on Oracle T4

    Updated: 2012-05-31 14:10:01
    Gemalto is the world leader in digital security, at the heart of our rapidly evolving digital society. Billions of people worldwide increasingly want the freedom to communicate, travel, shop, bank, entertain and work – anytime, everywhere – in ways that are convenient, enjoyable and secure. Gemalto delivers on their... [Read More]

  • Extending Oracle Fusion Applications with Oracle ADF - Live training

    Updated: 2012-05-31 11:22:40
    We in the Product Management and Curriculum development team have been working on a new course which explains how to customize Fusion Applications with Oracle ADF. This focuses on features such as MDS and eb Center Composer and shows how you can customize and personalize a Fusion application through task... [Read More]

  • 認定資格試験 模擬問題にチャレンジ! 【Silverレベル】 vol.10

    Updated: 2012-05-31 11:20:21
     ------------------------------ 模擬問題: 現行のデータベース・インスタンスを SHUTDOWN ABORT モードで中断する場合の説明として誤っているものを2つ選択してください。 選択肢: Oracle サーバーで現在処理されている SQL 文がすぐに強制終了されます。 Oracle サーバーは、データベースに現在接続しているユーザーが切断するまで待機します。 データベース・バッファ・キャッシュ および REDO ログ・バッファの内容が、ディスクに書き込まれます。 次回起動する場合に、インスタンスをリカバリする必... [Read More]

  • Dynamic Layout in BI Publisher

    Updated: 2012-05-31 11:18:40
    This blog tells about how to set dynamic layout of a BI Publisher report.Lets take a simple business scenario.If user wants to view the output in either PDF or EXCEL.Two ways we can achieve this.  ) If the output type is not a program parameter the we can choose the layout type at the time of... [Read More]

  • ZFS Storage Appliance を ldap に連携させる

    Updated: 2012-05-31 11:10:41
    ZFS Storage Appliance を Openldap と連携してみます。 まず、ldap サーバーを用意します。今回は Solaris 11 の Openldap を前提に設定していきます。 下記の slapd.conf と、ldif ファイルにあるように user01 を作成します。 今回利用した slapd.conf # # See slapd.conf(5) for details on configuration options. # This file should NOT be world readable. # include ... [Read More]

  • AWS EC2 WordPress Blog sample application

    Updated: 2012-05-31 09:52:13
    Deployed the WordPress Blog to my EC2 and the performance is so slow. Actually it is unusable. This is a well known issue when using the free AWS EC2 free micro instance. If you can get to it, here is my wordpress implementation: Wordpress Blog [Read More]

  • The Most Popular Language This Month Is....

    Updated: 2012-05-31 07:43:38
    The most popular language of this month? Well it depends which source you use. For example, I checked out the TIOBE index as well as the top language used in GitHub projects. Would you be surprised that Java was not number 1 on either listing? Now, I never take these language popularity things too seriously. More than likely, the language you're using at work isn't the cool language of the...

  • Transactional Interceptors in Java EE 7 - Request for feedback

    Updated: 2012-05-31 07:00:00
    Linda described how EJB's container-managed transactions can be applied to the Java EE 7 platform as a whole using a solution based on CDI interceptors. This can then be used by other Java EE components as well, such as Managed Beans. The plan is to add an annotation and standardized values in the... [Read More]

  • Introducing ElasticMQ: Scala SQS Alternative

    Updated: 2012-05-31 05:54:34
    Wanting to explore Scala and some new Scala/Java libraries I started writing ElasticMQ. It is a simple message queueing system, following closely Amazon SQS semantics and exposing a REST SQS-like interface. Currently only the basic operations are implemented. ElasticMQ can be useful as an SQS replacement, e.g. for for testing SQS applications. My aim was to make the usage as simple as...

  • Thursday Code Puzzler: Two Generals

    Updated: 2012-05-31 05:35:44
    By now you should be familiar with our Thursday Code Puzzler slot. The idea is simple: solve the coding problem as efficiently as you can, in any language or framework that you think is suitable. Note: Even though there really is nothing stopping you from finding a solution to this on the internet, try to keep honest, and come up with your own answer.  It's all about the participation!The...

  • Missing resource exception when running OIM design console under OEL6u2

    Updated: 2012-05-31 05:21:46
    If you're trying to run the OIM design console (xlclient.sh) under OEL 6u2 and keep getting this error after entering the credentials: ... Caused by: java.util.MissingResourceException: Can't find oracle.iam.platform.utils.resources.LRB bundle... Make sure your wlfullclient.jar is in the ext folder of the... [Read More]

  • AWS web site up and running

    Updated: 2012-05-31 02:30:58
    Not to much effort and have the cloud migrations web site up and running on AWS EC2 public cloud: Cloud Migrations .ORG Cloud Migrations .NET [Read More]

  • The Oracle Platform

    Updated: 2012-05-31 02:00:00
    Today’s enterprises typically create identity management infrastructures using ad-hoc, multiple point solutions. Relying on point solutions introduces complexity and high cost of ownership leading many organizations to rethink this approach. In a recent worldwide study of 160 companies conducted by Aberdeen Research,... [Read More]

  • Customer Spotlight: Land O’Lakes

    Updated: 2012-05-31 01:27:35
    Land O’Lakes, Inc. is one of America’s premier member-owned cooperatives, offering local cooperatives and agricultural producers across the nation an extensive line of agricultural supplies, as well as state-of-the-art production and business services. WinField Solutions, a company within Land O’Lakes, is using Oracle... [Read More]

  • 11g R2 RAC Expert ドタバタ受験体験記 ~ついにやられました~

    Updated: 2012-05-30 23:29:37
    ついに、やられました。 いや、ノートPCがちび怪獣に破壊されたわけではありません。ちび怪獣がロタウィルスにやられたのです。先週末から保育園に蔓延しているロタウィルス。昨日、ちび怪獣のクラスは7割の子が病欠でした。人数が少ないので園外にお散歩に連れて行ってもらえてラッキー、なんて不謹慎なことを考えていたバチでしょうか。(ちび怪獣が通っている保育園では、1歳児クラスは、先生の言うことは聞かないし、車道に飛び出すし、足は早いしで、滅多に園外にお散歩に連れて行ってもらえないのです。) 本人の様子は、いたって元気。機嫌良く遊んでいるのですが。感染症なので保育園に連れていくわけにはいかないし。 午前中、休みたくないMtgが入ってい... [Read More]

  • Congratulations to the 2012 Oracle Spatial Award Winners!

    Updated: 2012-05-30 23:08:27
    I just returned from the 2012 Location Intelligence and Oracle Spatial User conference in Washington, DC, held by Directions Magazine. It was a great conference with presentations from across the country and globe, networking with Oracle Spatial users and meeting new customers and partners. As part of the yearly... [Read More]

  • Java Spotlight Episode 84: Anil Gaur on JavaEE 7

    Updated: 2012-05-30 22:55:09
    Tweet Interview with Anil Gaur, VP of Java Platform for Enterprise Edition and GlassFish Server, on JavaEE 7. Joining us this week on the Java All Star Developer Panel are Dalibor Topic, Java Free and Open Source Software Ambassador and Arun Gupta, Java EE Guy. ... [Read More]

  • Remote Development With Solaris Studio

    Updated: 2012-05-30 22:51:26
    A new technical article has been published on OTN: How to Develop Code from a Remote Desktop with Oracle Solaris Studio by Igor Nikiforov This article describes the remote desktop feature of the Oracle Solaris Studio IDE, and how to use it to compile, run, debug, and profile your code running on remote... [Read More]

  • Changing the Game: Why Oracle is in the IT Operations Management Business

    Updated: 2012-05-30 22:10:36
    Next week, in Orlando, is the annual Gartner IT Operations Management Summit. Oracle is a premier sponsor of this annual event, which brings together IT executives for several days of high level talks about the state of operational management of enterprise IT. This year, Sushil Kumar, VP Product Strategy and... [Read More]

  • Partner Spotlight: Deloitte

    Updated: 2012-05-30 22:03:39
    Deloitte is an Oracle Platinum level partner and has held the highest level of alliance relationship with Oracle for more than a decade. Deloitte has extensive experience implementing Oracle solutions across geographic and organizational boundaries. With more than 45,000 professionals worldwide, Deloitte has helped... [Read More]

  • The Future of Project Management is Social

    Updated: 2012-05-30 21:42:33
    Normal 0 false false false EN-US X-NONE X-NONE MicrosoftInternetExplorer4 ... [Read More]

  • Solaris Web Magazine JP へようこそ

    Updated: 2012-05-30 13:58:40
    新着情報 イベントレポート:Oracle OpenWorld Tokyo 2012 開催レポート 特集記事:アプリケーション性能が飛躍的に向上:統合開発環境「Oracle Solaris Studio 12.3」 特集記事 Oracle Solaris... [Read More]

  • Can a programming language be copyrighted?

    Updated: 2012-05-11 01:50:00
    If you haven't done so already, please don't forget to fill in our survey on the copyrightability of programming languages: the results are due to be published soon!

  • Using BufferedImages in Java: what type gives fastest performance?

    Updated: 2012-05-08 10:13:00
    : : Javamex News and Development Announcements and comments relating to the Javamex programming site , containing Java programming and performance related resources and tutorials . Feel free to respond to any of the articles here either by leaving a comment on the blog or by replying to BitterCoffey on . Twitter Tuesday , May 8, 2012 Using BufferedImages in Java : what type gives fastest performance The first pages of a new section on graphics programming in Java includes some information on the performance of different types formats of BufferedImage As you will be aware if you have used this class , BufferedImage provides a range of different internal formats , specified by a constant at the type of creating the image object . Sometimes it can be non-obvious which format to opt for among

Current Feed Items | Previous Months Items

Apr 2012 | Mar 2012 | Feb 2012 | Jan 2012 | Dec 2011